SHARD_COUNT

internal const val SHARD_COUNT: Int = 4

EN Cache Sharding (Concurrency Partitioning) Split the cache into 4 shards to reduce false sharing and bus contention.